Update landoscript merge_day.py to accomodate Thunderbird#1337
Update landoscript merge_day.py to accomodate Thunderbird#1337dandarnell wants to merge 1 commit intomozilla-releng:masterfrom
Conversation
bhearsum
left a comment
There was a problem hiding this comment.
Let's make this cleaner and more explicit by making clobber file operations configurable at the payload level rather than hardcoding this magic string in this action. I expect we could add something like update_clobber_file to MergeInfo that defaults to true (to preserve existing behaviour) and override it in your task configuration.
If you need any additional pointers here just let me know.
abc01c6 to
9de3f5b
Compare
Good point. I've updated the patch to update the CLOBBER file based on |
Thunderbird does not have a CLOBBER file, so this PR bypasses that requirement for the merge_day action when run on Thunderbird repos.